home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / scm / wb1a1.lha / wb / VMSBUILD.COM < prev   
Encoding:
Text File  |  1993-06-29  |  1.8 KB  |  44 lines

  1. $ ! File to build the wb-tree database executable.
  2. $ ! Copyright (c) 1991, 1992, 1993 Holland Mark Martin
  3. $ !
  4. $ !Permission to use, copy, modify, and distribute this software and its
  5. $ !documentation for educational, research, and non-profit purposes and
  6. $ !without fee is hereby granted, provided that the above copyright
  7. $ !notice appear in all copies and that both that copyright notice and
  8. $ !this permission notice appear in supporting documentation, and that
  9. $ !the name of Holland Mark Martin not be used in advertising or
  10. $ !publicity pertaining to distribution of the software without specific,
  11. $ !written prior consent in each case.  Permission to incorporate this
  12. $ !software into commercial products can be obtained from Jonathan
  13. $ !Finger, Holland Mark Martin, 174 Middlesex Turnpike, Burlington, MA,
  14. $ !01803-4467, USA.  Holland Mark Martin makes no representations about
  15. $ !the suitability or correctness of this software for any purpose.  It
  16. $ !is provided "as is" without express or implied warranty.  Holland Mark
  17. $ !Martin is under no obligation to provide any services, by way of
  18. $ !maintenance, update, or otherwise.
  19.  
  20.  
  21. $ cc view
  22. $   link view,sys$input/opt
  23.     sys$share:vaxcrtl/share
  24.  
  25. $ cc check,blkio,stats,del,ent,sys,blink,handle,prev,scan
  26. $   link check,blkio,stats,del,ent,sys,blink,handle,prev,scan,sys$input/opt
  27.     sys$share:vaxcrtl/share
  28.  
  29. $ cc /INCLUDE_DIRECTORY="[-.scm]" /define=("RTL") db
  30. $ cc /INCLUDE_DIRECTORY="[-.scm]"-
  31.      /define=("INITS=init_db()","FINALS=final_db()")-
  32.     [-.scm]scm
  33. $   link db,scm,blkio,stats,del,ent,sys,blink,handle,prev,scan,-
  34.     [-.scm]time,[-.scm]repl,[-.scm]scl,-
  35.     [-.scm]sys,[-.scm]eval,[-.scm]subr,-
  36.     [-.scm]sc2,[-.scm]unif,[-.scm]setjump,sys$input/opt
  37.     sys$share:vaxcrtl/share
  38.  
  39. $ cc check
  40. $   link check,blkio,stats,del,ent,sys,blink,handle,prev,scan,-
  41.     sys$input/opt
  42.     sys$share:vaxcrtl/share
  43.  
  44.